gtk4.git
2021-08-20 Simon McVittied/rules: Only build the ffmpeg backend when targeting...
2021-08-20 Simon McVittieSilence a Lintian tag for documentation-like filenames...
2021-08-20 Simon McVittied/copyright: Update
2021-08-20 Simon McVittied/rules: Override dh_fixperms to set correct permission...
2021-08-20 Simon McVittieRemove Vulkan symbols from .symbols file
2021-08-20 Simon McVittieUpdate symbols file
2021-08-20 Simon McVittietests: Specify locales' charsets explicitly, fixing...
2021-08-20 Simon McVittied/control.in: Label the FFmpeg media backend as experim...
2021-08-20 Simon McVittieEnable FFmpeg for the main build
2021-08-20 Simon McVittieDisable GStreamer for the udeb build
2021-08-20 Simon McVittied/rules: Rebuild emoji data from source files
2021-08-20 Simon McVittieUnfuzz patches
2021-08-20 Simon McVittieDrop patches that were applied upstream
2021-08-20 Simon McVittied/control.in: Remove build-dependencies for Google...
2021-08-20 Simon McVittied/control.in: Bump meson requirement as per meson.build
2021-08-15 Simon McVittieNew upstream release
2021-08-15 Simon McVittieUpdate upstream source from tag 'upstream/4.3.2+ds1'
2021-08-15 Simon McVittieNew upstream version 4.3.2+ds1
2021-08-15 Simon McVittied/watch, d/copyright: Exclude pregenerated documentation
2021-08-15 Simon McVittieNew upstream release
2021-08-15 Simon McVittieUpdate upstream source from tag 'upstream/4.3.2+ds'
2021-08-15 Simon McVittieNew upstream version 4.3.2+ds
2021-07-26 Iain LaneFinalise changelog
2021-07-26 Iain Lanecontrol: Refresh
2021-07-26 Iain LaneUpdate changelog
2021-07-26 Iain Lanecopyright: Fix dep5-copyright-license-name-not-unique
2021-07-26 Iain Lanerules: Only skip the cloud providers on Ubuntu itself
2021-07-25 Matthias Clasen4.3.2
2021-07-25 Matthias ClasenMerge branch 'misc-speedups' into 'master'
2021-07-24 Matthias Clasensizerequest: Simplify some code
2021-07-24 Matthias Clasensizerequest: Keep branches in sync
2021-07-24 Matthias Clasenwidget: Avoid some unnecessary back-and-forth casting
2021-07-24 Matthias Clasenwidget: Avoid GObject data for action muxer
2021-07-24 Matthias Clasenlayoutmanager: Avoid some overhead
2021-07-24 Matthias Clasengridlayout: Avoid some unnecessary overhead
2021-07-24 Matthias Clasengsk: Optimize gsk_transform_to...
2021-07-24 Matthias Clasengsk: Add a shortcut for a common transform case
2021-07-24 Matthias Clasengsk: Add a private getter for container children
2021-07-24 Matthias Clasenngl: Reduce type checking overhead
2021-07-24 Matthias Clasenngl: Speed up clipping calculations a bit
2021-07-24 Piotr DrągUpdate POTFILES.in
2021-07-24 Emmanuele BassiMerge branch 'no-pposition' into 'master'
2021-07-24 Florian Müllnergdk/x11: Do not set PPosition hint
2021-07-23 Matthias ClasenMerge branch 'wip/exalm/gtktext-selection-fix' into...
2021-07-23 Alexander Mikhaylenkotext: Use the widget y coordinate for gestures
2021-07-23 Matthias ClasenMerge branch 'stack-page-name' into 'master'
2021-07-22 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2021-07-22 Matthias ClasenCosmetics
2021-07-22 Matthias Clasenstack: GtkStackPage:name is not construct-only
2021-07-22 Matthias ClasenMerge branch 'startup-profiling' into 'master'
2021-07-22 Matthias ClasenAdd more sysprof marks
2021-07-22 Matthias ClasenMerge branch 'startup-profiling' into 'master'
2021-07-22 Matthias ClasenAdd more sysprof marks
2021-07-22 Benjamin OtteMerge branch 'wip/otte/gleanup' into 'master'
2021-07-22 Benjamin Otteglx: Get rid fo DrawableInfo
2021-07-22 Chun-wei Fangdkdisplay-win32.c: Don't call ReleaseDC() unnecessarily
2021-07-22 Chun-wei FanGDK-Win32: init_gl(): Default to WGL for now
2021-07-22 Chun-wei FanGDK-Win32: Fixup, and cleanup WGL HDC handling
2021-07-22 Chun-wei FanSplit out WGL/EGL stuff and simplify things
2021-07-22 Benjamin Ottegl: Fix issue with EGL + nvidia
2021-07-22 Chun-wei FanGDK: Add debug option for WGL usage
2021-07-22 Chun-wei FanGDK-Win32: Move some functions out of gdkglcontext...
2021-07-22 Benjamin Ottedisplay: Move GL selection code into gdkdisplay-x11.c
2021-07-22 Benjamin Ottex11: Move code from GdkGLContextX11
2021-07-22 Benjamin Otteinspector: Add support for displaying GL errors
2021-07-22 Benjamin Ottegdk: Move GL context construction to GdkGLContext
2021-07-22 Benjamin Ottegl: Move vfunc
2021-07-22 Benjamin Ottegl: Require EGL_KHR_surfaceless_context with egl
2021-07-22 Benjamin Ottegdk: Get rid of paint contexts
2021-07-22 Benjamin Ottegl: Store the context::in-frame state in the current...
2021-07-22 Benjamin Ottegl: Deprecate gdk_gl_context_get_shared_context()
2021-07-22 Benjamin Ottegdk: Add gdk_gl_context_is_shared()
2021-07-22 Benjamin Ottengl: Store the shared driver in the display
2021-07-22 Benjamin Ottegdk: Require EGL version 1.4 across the board
2021-07-22 Benjamin Ottegdk: Add GdkDisplay::init_gl vfunc
2021-07-22 Benjamin Ottewayland: Don't pass GL config to get_egl_surface()
2021-07-22 Benjamin Ottewayland: Move fbconfig into the display
2021-07-22 Benjamin Ottegdk: Allow GdkDrawContext with a %NULL surface
2021-07-22 Benjamin Ottegdk: Add a private struct to GdkDisplay
2021-07-22 Benjamin Ottex11: Redo choice between EGL and GLX
2021-07-22 Benjamin Ottex11: Properly record the error when initializing GL
2021-07-22 Benjamin Ottex11: Do not call glXQueryExtension()
2021-07-22 Benjamin Ottex11: Get Visual from EGL directly
2021-07-22 Benjamin Ottex11: Store the GLX drawable in the surface
2021-07-22 Benjamin Ottex11: Use single GLX fbconfig and store it in the display
2021-07-22 Benjamin Ottex11: Remove glx version check
2021-07-22 Benjamin Ottex11: Remove unused struct member
2021-07-22 Benjamin OtteRevert "x11: Always fall back to GLX on NVIDIA"
2021-07-22 Benjamin Ottex11: Remove the dummy surface
2021-07-22 Benjamin Ottex11: Remove GdkVisual
2021-07-22 Benjamin Ottex11: Rework Visual selection
2021-07-22 Benjamin Otteglx: Remove Visual cache
2021-07-22 Benjamin Ottex11: Move GL init code into the GL context
2021-07-22 Benjamin Ottex11: Store the EGL surface in the GdkSurfaceX11
2021-07-22 Benjamin Ottex11: Store the EGL config in the display
2021-07-22 Benjamin Ottex11: Move the EGL display into the private struct
2021-07-22 Benjamin Ottex11: Pass the display, not the screen
2021-07-22 Benjamin Ottex11: Simplify code
2021-07-22 Benjamin Ottex11: Move function call
2021-07-22 Benjamin Otteglx: Don't initialize GLX multiple times.
next